The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "set::intspan"

Set::IntSpan - Manages sets of integers River stage two • 11 direct dependents • 23 total dependents

"Set::IntSpan" manages sets of integers. It is optimized for sets that have long runs of consecutive integers. These arise, for example, in .newsrc files, which maintain lists of articles: alt.foo: 1-21,28,31 alt.bar: 1-14192,14194,14196-14221 A run ...

SWMCD/Set-IntSpan-1.19 - 09 Apr 2013 14:12:34 UTC - Search in distribution

Set::IntSpan::Fast - Fast handling of sets containing integer spans. River stage one • 3 direct dependents • 3 total dependents

"Set::IntSpan::Fast" represents sets of integers. It is optimised for sets that contain contiguous runs of values. 1-1000, 2000-10000 # Efficiently handled Sets that don't have this characteristic may still be represented but some of the performance ...

ANDYA/Set-IntSpan-Fast-1.15 - 10 Dec 2008 01:48:26 UTC - Search in distribution

Set::IntSpan::Util - Utility routines related to integer spans River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Set-IntSpan-Util-0.001 - 16 Jan 2022 00:05:59 UTC - Search in distribution

Set::IntSpan::Island - extension for Set::IntSpan to handle islands, holes and covers River stage zero No dependents

This module extends the "Set::IntSpan" module by Steve McDougall. It implementing methods that are specific to islands, holes and covers. "Set::IntSpan::Island" inherits from Set::IntSpan. Terminology An integer set, as represented by "Set::IntSpan",...

MARTINK/Set-IntSpan-Island-0.10 - 03 Mar 2010 22:21:51 UTC - Search in distribution

Set::IntSpan::Fast::XS - Faster Set::IntSpan::Fast River stage zero No dependents

This is a drop in replacement XS based version of Set::IntSpan::Fast. See that module for details of the interface....

ANDYA/Set-IntSpan-Fast-XS-0.05 - 08 Mar 2009 16:01:02 UTC - Search in distribution

Set::IntSpan::Partition - Partition int sets using Set::IntSpan objects River stage one • 1 direct dependent • 1 total dependent

Partition sets based on membership in a set of "Set::IntSpan" objects....

BJOERN/Set-IntSpan-Partition-0.06 - 08 Mar 2018 03:19:38 UTC - Search in distribution

AlignDB::IntSpanXS - XS version of AlignDB::IntSpan. River stage zero No dependents

WANGQ/AlignDB-IntSpanXS-1.0.3 - 09 Apr 2016 16:52:06 UTC - Search in distribution

Task::BeLike::PERLANCAR::Used - All my modules which I currently use and install on a new perl installation River stage zero No dependents

PERLANCAR/Task-BeLike-PERLANCAR-Used-20231201.1 - 01 Dec 2023 09:34:30 UTC - Search in distribution

Set::Window - Manages an interval on the integer line River stage one • 1 direct dependent • 1 total dependent

A "Set::Window" object represents a window on the integer line; that is, a finite set of consecutive integers. Methods are provided for creating and modifying windows, for obtaining information about windows, and for performing some simple set operat...

SWMCD/Set-Window-1.01 - 15 Jul 2002 18:50:40 UTC - Search in distribution

News::Newsrc - manage newsrc files River stage zero No dependents

"News::Newsrc" manages newsrc files, of the style alt.foo: 1-21,28,31-34 alt.bar! 3,5,9-2900,2902 Methods are provided for * reading and writing newsrc files * adding and removing newsgroups * changing the order of newsgroups * subscribing and unsubs...

SWMCD/News-Newsrc-1.11 - 16 Apr 2013 02:30:15 UTC - Search in distribution

Number::RangeTracker - Keep track of numerical ranges quickly River stage zero No dependents

An instance of the Number::RangeTracker class is used to keep track of a set of numerical ranges. Ranges can be added to and removed from this collection of ranges. Overlapping ranges are collapsed to form a single, longer range. Ranges can be manipu...

COVINGTON/Number-RangeTracker-v0.6.1 - 17 Aug 2014 05:22:42 UTC - Search in distribution

Bundle::Slash - A bundle to install all modules used for Slash River stage zero No dependents

mod_perl must be installed by hand, because of the special configuration required for it. Our optional modules, which are not required for a default install and thus not installed by default, but which may become required as you edit your site config...

CNANDOR/Bundle-Slash-2.52 - 18 Aug 2006 17:46:29 UTC - Search in distribution

Grammar::Formal - Object model to represent formal BNF-like grammars River stage one • 1 direct dependent • 1 total dependent

This module provides packages that can be used to model formal grammars with production rules for non-terminals and terminals with arbitrary operators and operands. The idea is to have a common baseline format to avoid transformations between object ...

BJOERN/Grammar-Formal-0.20 - 12 Oct 2017 21:29:33 UTC - Search in distribution

Gnus::Newsrc - parse ~/.newsrc.eld files River stage one • 1 direct dependent • 1 total dependent

The "Gnus::Newsrc" objects represents the content of the ~/newsrc.eld files that the Gnus newsreader use to store away its state. The following methods are provided: POD ERRORS Hey! The above document had some coding errors, which are explained below...

GAAS/perl-lisp-0.06 - 19 Nov 2004 14:14:20 UTC - Search in distribution

Weather::GHCN::Station - class for Station metadata River stage zero No dependents

The Weather::GHCN::Station class is used to encapsulate the metadata for a station as obtained from the NOAA Global Historical Climatology Network data repository. Data is sourced from the station list and the station inventory. The module is primari...

PUCKERING/Weather-GHCN-Fetch-v0.0.011 - 22 Nov 2022 04:43:26 UTC - Search in distribution

Business::Hours - Calculate business hours in a time period River stage one • 4 direct dependents • 4 total dependents

This module is a simple tool for calculating business hours in a time period. Over time, additional functionality will be added to make it easy to calculate the number of business hours between arbitrary dates....

BPS/Business-Hours-0.13 - 11 Jan 2019 19:35:45 UTC - Search in distribution

Data::Page::Viewport - Scroll thru data a page, or just an item, at a time River stage zero No dependents

"Data::Page::Viewport" is a pure Perl module. This module keeps track of what items are on the 'current' page, when you scroll forwards or backwards within a data set. Similarly to Data::Page, you can call "sub offset(N)", for + or - N, to scroll thr...

RSAVAGE/Data-Page-Viewport-1.06 - 31 Aug 2010 07:25:31 UTC - Search in distribution

Bundle::AndyA - Basic working environment. River stage zero No dependents

Nice things to have installed....

ANDYA/Bundle-AndyA-1.12 - 27 Oct 2010 18:43:18 UTC - Search in distribution

IntRange::Iter - Generate a coderef iterator from an int range specification (e.g. '1,5-10,20') River stage one • 2 direct dependents • 2 total dependents

This module provides a simple (coderef) iterator which you can call repeatedly to get numbers specified in an integer range specification (string). When the numbers are exhausted, the coderef will return undef. No class/object involved....

PERLANCAR/IntRange-Iter-0.006 - 13 Dec 2021 00:06:06 UTC - Search in distribution

Convert::yEnc::RC - yEnc file-part database River stage zero No dependents

A "Convert::yEnc::RC" object manages a database of yEnc file parts. Applications pass the "=ybegin", "=ypart", and "=yend" lines from yEncoded files to the object, and it keeps track of the files, parts and bytes as they are received. The object repo...

SWMCD/Convert-yEnc-1.06 - 01 Feb 2013 04:00:15 UTC - Search in distribution
28 results (0.046 seconds)